Click or drag to resize
DigitalRuneHeightFieldOriginZ Property
Gets or sets height field origin along the z-axis.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public float OriginZ { get; set; }

Property Value

Type: Single
The 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