Click or drag to resize
DigitalRunePlaneShapeNormal Property
Gets or sets the outward pointing normal vector.

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

Property Value

Type: Vector3F
The outward pointing normal vector. Must be normalized.
Exceptions
ExceptionCondition
ArgumentExceptionvalue is not normalized.
Remarks
This vector points away from the volume of this shape.
See Also