Click or drag to resize
DigitalRuneEmptyShapeInnerPoint Property
Gets an inner point.

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

Property Value

Type: Vector3F
An inner point. Always (0, 0, 0).
See Also