MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SkyPatch Class Reference

this class represents a portion of the sky, and its radiation Generated from class MR.SkyPatch. This is the non-const half of the class. More...

+ Inheritance diagram for MR.SkyPatch:

Public Member Functions

unsafe SkyPatch ()
 Constructs an empty (default-constructed) instance.
 
unsafe SkyPatch (MR.Vector3f dir, float radiation)
 Constructs MR.SkyPatch elementwise.
 
unsafe SkyPatch (MR.Const_SkyPatch _other)
 Generated from constructor MR.SkyPatch.SkyPatch.
 
 SkyPatch (SkyPatch _other)
 Generated from constructor MR.SkyPatch.SkyPatch.
 
unsafe MR.SkyPatch assign (MR.Const_SkyPatch _other)
 Generated from method MR.SkyPatch.operator=.
 

Properties

new unsafe ref MR.Vector3f dir [get]
 direction toward the center of the patch
 
new unsafe ref float radiation [get]
 radiation of the patch depending on Sun's position, sky clearness and brightness, etc
 

Detailed Description

this class represents a portion of the sky, and its radiation Generated from class MR.SkyPatch. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SkyPatch() [1/4]

unsafe MR.SkyPatch.SkyPatch ( )
inline

Constructs an empty (default-constructed) instance.

◆ SkyPatch() [2/4]

unsafe MR.SkyPatch.SkyPatch ( MR.Vector3f dir,
float radiation )
inline

Constructs MR.SkyPatch elementwise.

◆ SkyPatch() [3/4]

unsafe MR.SkyPatch.SkyPatch ( MR.Const_SkyPatch _other)
inline

Generated from constructor MR.SkyPatch.SkyPatch.

◆ SkyPatch() [4/4]

MR.SkyPatch.SkyPatch ( SkyPatch _other)
inline

Generated from constructor MR.SkyPatch.SkyPatch.

Member Function Documentation

◆ assign()

unsafe MR.SkyPatch MR.SkyPatch.assign ( MR.Const_SkyPatch _other)
inline

Generated from method MR.SkyPatch.operator=.

Property Documentation

◆ dir

new unsafe ref MR.Vector3f MR.SkyPatch.dir
get

direction toward the center of the patch

◆ radiation

new unsafe ref float MR.SkyPatch.radiation
get

radiation of the patch depending on Sun's position, sky clearness and brightness, etc


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