BoundingSphereCenter Property |
Gets the Cartesian center of the bounding sphere.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian Center { get; }
Public ReadOnly Property Center As Cartesian
Get
public:
property Cartesian Center {
Cartesian get ();
}
member Center : Cartesian with get
Property Value
Type:
Cartesian
See Also