Click or drag to resize
DigitalRuneBoxShapeInnerPoint Property
Gets an inner point (center of box).

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
The center of the box (0, 0, 0).
Remarks
This point is a "deep" inner point of the shape (in local space).
See Also