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=.
Public Member Functions inherited from MR.Const_SkyPatch
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.

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
Properties inherited from MR.Const_SkyPatch
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_SkyPatch
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_SkyPatch
unsafe MR.Vector3f__ref_storage_dir
unsafe float * __ref_storage_radiation

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: