![]() |
ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
|
XnaGeometry from http://www.technologicalutopia.com/sourcecode/xnageometry/ More...
Static Public Member Functions | |
| static BoundingSphere | CreateFromBoundingBox (BoundingBox box) |
| static void | CreateFromBoundingBox (ref BoundingBox box, out BoundingSphere result) |
| static BoundingSphere | CreateFromFrustum (BoundingFrustum frustum) |
| static BoundingSphere | CreateFromPoints (IEnumerable< Vector3 > points) |
| static BoundingSphere | CreateMerged (BoundingSphere original, BoundingSphere additional) |
| static void | CreateMerged (ref BoundingSphere original, ref BoundingSphere additional, out BoundingSphere result) |
| static bool | operator== (BoundingSphere a, BoundingSphere b) |
| static bool | operator!= (BoundingSphere a, BoundingSphere b) |
Public Attributes | |
| Vector3 | Center |
| double | Radius |
| XnaGeometry.BoundingSphere.BoundingSphere | ( | Vector3 | center, |
| double | radius | ||
| ) |
| ContainmentType XnaGeometry.BoundingSphere.Contains | ( | BoundingBox | box | ) |
| void XnaGeometry.BoundingSphere.Contains | ( | ref BoundingBox | box, |
| out ContainmentType | result | ||
| ) |
| ContainmentType XnaGeometry.BoundingSphere.Contains | ( | BoundingFrustum | frustum | ) |
| ContainmentType XnaGeometry.BoundingSphere.Contains | ( | BoundingSphere | sphere | ) |
| void XnaGeometry.BoundingSphere.Contains | ( | ref BoundingSphere | sphere, |
| out ContainmentType | result | ||
| ) |
| ContainmentType XnaGeometry.BoundingSphere.Contains | ( | Vector3 | point | ) |
| void XnaGeometry.BoundingSphere.Contains | ( | ref Vector3 | point, |
| out ContainmentType | result | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| bool XnaGeometry.BoundingSphere.Equals | ( | BoundingSphere | other | ) |
| override bool XnaGeometry.BoundingSphere.Equals | ( | object | obj | ) |
| override int XnaGeometry.BoundingSphere.GetHashCode | ( | ) |
| bool XnaGeometry.BoundingSphere.Intersects | ( | BoundingBox | box | ) |
| void XnaGeometry.BoundingSphere.Intersects | ( | ref BoundingBox | box, |
| out bool | result | ||
| ) |
| bool XnaGeometry.BoundingSphere.Intersects | ( | BoundingFrustum | frustum | ) |
| bool XnaGeometry.BoundingSphere.Intersects | ( | BoundingSphere | sphere | ) |
| void XnaGeometry.BoundingSphere.Intersects | ( | ref BoundingSphere | sphere, |
| out bool | result | ||
| ) |
| PlaneIntersectionType XnaGeometry.BoundingSphere.Intersects | ( | Plane | plane | ) |
| void XnaGeometry.BoundingSphere.Intersects | ( | ref Plane | plane, |
| out PlaneIntersectionType | result | ||
| ) |
| Nullable<double> XnaGeometry.BoundingSphere.Intersects | ( | Ray | ray | ) |
| void XnaGeometry.BoundingSphere.Intersects | ( | ref Ray | ray, |
| out Nullable< double > | result | ||
| ) |
|
static |
|
static |
| override string XnaGeometry.BoundingSphere.ToString | ( | ) |
| BoundingSphere XnaGeometry.BoundingSphere.Transform | ( | Matrix | matrix | ) |
| void XnaGeometry.BoundingSphere.Transform | ( | ref Matrix | matrix, |
| out BoundingSphere | result | ||
| ) |
| Vector3 XnaGeometry.BoundingSphere.Center |
| double XnaGeometry.BoundingSphere.Radius |