MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_SkyPatch:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SkyPatch ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SkyPatch (MR.Vector3f dir, float radiation)
 Constructs MR.SkyPatch elementwise.
unsafe Const_SkyPatch (MR.Const_SkyPatch _other)
 Generated from constructor MR.SkyPatch.SkyPatch.
 Const_SkyPatch (SkyPatch _other)
 Generated from constructor MR.SkyPatch.SkyPatch.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_dir
unsafe float * __ref_storage_radiation

Properties

unsafe ref readonly MR.Vector3f dir [get]
 direction toward the center of the patch
unsafe 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 const half of the class.

Constructor & Destructor Documentation

◆ Const_SkyPatch() [1/4]

unsafe MR.Const_SkyPatch.Const_SkyPatch ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SkyPatch() [2/4]

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

Constructs MR.SkyPatch elementwise.

◆ Const_SkyPatch() [3/4]

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

Generated from constructor MR.SkyPatch.SkyPatch.

◆ Const_SkyPatch() [4/4]

MR.Const_SkyPatch.Const_SkyPatch ( SkyPatch _other)
inline

Generated from constructor MR.SkyPatch.SkyPatch.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SkyPatch.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_SkyPatch.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_dir

unsafe MR.Vector3f* MR.Const_SkyPatch.__ref_storage_dir
protected

◆ __ref_storage_radiation

unsafe float* MR.Const_SkyPatch.__ref_storage_radiation
protected

Property Documentation

◆ dir

unsafe ref readonly MR.Vector3f MR.Const_SkyPatch.dir
get

direction toward the center of the patch

◆ radiation

unsafe float MR.Const_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: