| ShapeInnerPoint Property |
Gets an inner point.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public abstract Vector3F InnerPoint { get; }
Public MustOverride ReadOnly Property InnerPoint As Vector3F
Get
public:
virtual property Vector3F InnerPoint {
Vector3F get () abstract;
}
abstract InnerPoint : Vector3F with get
Property Value
Type:
Vector3FAn 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