Click or drag to resize
DigitalRuneShapeInnerPoint 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 abstract Vector3F InnerPoint { get; }

Property Value

Type: Vector3F
An inner point.
Remarks
This property returns a random point of the shape. If possible, a point in the center of the shape is returned. If not possible, a surface point is returned.
See Also