|  | HeightFieldInnerPoint 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
Syntaxpublic override Vector3F InnerPoint { get; }Public Overrides ReadOnly Property InnerPoint As Vector3F
	Get
public:
virtual property Vector3F InnerPoint {
	Vector3F get () override;
}abstract InnerPoint : Vector3F with get
override InnerPoint : Vector3F with get
Property Value
Type: 
Vector3FAn inner point.
 Remarks
Remarks
            This point is a "deep" inner point of the shape (in local space).
            
 See Also
See Also