| HeightFieldOriginZ Property |
Gets or sets height field origin along the z-axis.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float OriginZ { get; set; }
Public Property OriginZ As Single
Get
Set
public:
property float OriginZ {
float get ();
void set (float value);
}
member OriginZ : float32 with get, set
Property Value
Type:
SingleThe height field origin along the z-axis. The default value is 0.
Remarks
The height field origin determines the position of the top-left height field corner
(Samples[0]).
See Also