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

Public Member Functions

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

Detailed Description

Generated from:  MR::SkyPatch

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.SkyPatch.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.SkyPatch.__init__ ( self,
SkyPatch arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

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

Member Function Documentation

◆ dir() [1/2]

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

◆ dir() [2/2]

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

◆ radiation() [1/2]

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

◆ radiation() [2/2]

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

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