MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.SkyPatch Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, Vector3f dir, float radiation)
 
Vector3f dir (self)
 
None dir (self, Vector3f arg1)
 
float radiation (self)
 
None radiation (self, float arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
SkyPatch operator (*args, **kwargs)
 
SkyPatch operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_dir = 0
 
typing _offsetof_radiation = 12
 

Detailed Description

Generated from:  MR::SkyPatch

this class represents a portion of the sky, and its radiation

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.SkyPatch.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.SkyPatch.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.SkyPatch.__init__ ( self,
Vector3f dir,
float radiation )
Implicit aggregate constructor.

Member Function Documentation

◆ dir() [1/2]

Vector3f mrmeshpy.SkyPatch.dir ( self)
direction toward the center of the patch

◆ dir() [2/2]

None mrmeshpy.SkyPatch.dir ( self,
Vector3f arg1 )

◆ operator() [1/2]

SkyPatch mrmeshpy.SkyPatch.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

SkyPatch mrmeshpy.SkyPatch.operator ( * args,
** kwargs )
static

◆ radiation() [1/2]

float mrmeshpy.SkyPatch.radiation ( self)
radiation of the patch depending on Sun's position, sky clearness and brightness, etc

◆ radiation() [2/2]

None mrmeshpy.SkyPatch.radiation ( self,
float arg1 )

Member Data Documentation

◆ _offsetof_dir

typing mrmeshpy.SkyPatch._offsetof_dir = 0
staticprotected

◆ _offsetof_radiation

typing mrmeshpy.SkyPatch._offsetof_radiation = 12
staticprotected

The documentation for this class was generated from the following file: