This structure store data to transform distance map to world coordinates Generated from class MR.DistanceMapToWorld. This is the non-const half of the class.
More...
This structure store data to transform distance map to world coordinates Generated from class MR.DistanceMapToWorld. This is the non-const half of the class.
◆ DistanceMapToWorld() [1/6]
| unsafe MR.DistanceMapToWorld.DistanceMapToWorld |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ DistanceMapToWorld() [2/6]
| unsafe MR.DistanceMapToWorld.DistanceMapToWorld |
( |
MR.Const_DistanceMapToWorld | _other | ) |
|
|
inline |
Generated from constructor MR.DistanceMapToWorld.DistanceMapToWorld.
◆ DistanceMapToWorld() [3/6]
Generated from constructor MR.DistanceMapToWorld.DistanceMapToWorld.
◆ DistanceMapToWorld() [4/6]
| unsafe MR.DistanceMapToWorld.DistanceMapToWorld |
( |
MR.Const_MeshToDistanceMapParams | params_ | ) |
|
|
inline |
◆ DistanceMapToWorld() [5/6]
| unsafe MR.DistanceMapToWorld.DistanceMapToWorld |
( |
MR.Const_ContourToDistanceMapParams | params_ | ) |
|
|
inline |
◆ DistanceMapToWorld() [6/6]
| unsafe MR.DistanceMapToWorld.DistanceMapToWorld |
( |
in MR.AffineXf3f | xf | ) |
|
|
inline |
Converts from AffineXf3f Generated from constructor MR.DistanceMapToWorld.DistanceMapToWorld.
◆ assign()
Generated from method MR.DistanceMapToWorld.operator=.
◆ operator DistanceMapToWorld() [1/3]
Converts from AffineXf3f Generated from constructor MR.DistanceMapToWorld.DistanceMapToWorld.
◆ operator DistanceMapToWorld() [2/3]
| static unsafe implicit MR.DistanceMapToWorld.operator DistanceMapToWorld |
( |
MR.Const_ContourToDistanceMapParams | params_ | ) |
|
|
inlinestatic |
◆ operator DistanceMapToWorld() [3/3]
| static unsafe implicit MR.DistanceMapToWorld.operator DistanceMapToWorld |
( |
MR.Const_MeshToDistanceMapParams | params_ | ) |
|
|
inlinestatic |
◆ direction
| new unsafe ref MR.Vector3f MR.DistanceMapToWorld.direction |
|
get |
vector of depth direction
- Note
- typically it should be normalized and orthogonal to
pixelXVec pixelYVec plane
◆ orgPoint
| new unsafe ref MR.Vector3f MR.DistanceMapToWorld.orgPoint |
|
get |
world coordinates of distance map origin corner
◆ pixelXVec
| new unsafe ref MR.Vector3f MR.DistanceMapToWorld.pixelXVec |
|
get |
vector in world space of pixel x positive direction length is equal to pixel size
- Note
- typically it should be orthogonal to
pixelYVec
◆ pixelYVec
| new unsafe ref MR.Vector3f MR.DistanceMapToWorld.pixelYVec |
|
get |
vector in world space of pixel y positive direction length is equal to pixel size
- Note
- typically it should be orthogonal to
pixelXVec
The documentation for this class was generated from the following file: