BoundingSphere Structure |
Namespace: AGI.Foundation.Graphics.Advanced
The BoundingSphere type exposes the following members.
Name | Description | |
---|---|---|
![]() | BoundingSphere |
Initializes a BoundingSphere from a center (Cartesian) and a radius (double).
|
Name | Description | |
---|---|---|
![]() | Center |
Gets the Cartesian center of the bounding sphere.
|
![]() ![]() | MaximumRadiusBoundingSphere |
Gets the bounding sphere of maximum possible radius.
|
![]() | Radius |
Gets the radius of the bounding sphere.
|
Name | Description | |
---|---|---|
![]() | Equals(BoundingSphere) |
Indicates whether another instance of this type is exactly equal to this instance.
|
![]() | Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | EqualsEpsilon |
Indicates whether the center and radius of another instance of this type
is within the required tolerance of the corresponding center and radius value of this instance.
|
![]() | GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the string representation of the value of this instance.
(Overrides ValueType.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|