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...
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 |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.SkyPatch elementwise.
|
inline |
Generated from constructor MR.SkyPatch.SkyPatch.
|
inline |
Generated from constructor MR.SkyPatch.SkyPatch.
|
inline |
Generated from method MR::SkyPatch::operator=.
|
get |
direction toward the center of the patch
|
get |
radiation of the patch depending on Sun's position, sky clearness and brightness, etc