C# Class Reign.Core.BoundingSphere3

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
Center Vector3
Radius float

Méthodes publiques

Méthode Description
BoundingSphere3 ( Vector3 center, float radius ) : System.Runtime.InteropServices
Intersects ( BoundingBox3 boundingBox ) : bool
Intersects ( BoundingSphere3 &boundingSphere, BoundingBox3 &boundingBox, bool &result ) : void

Method Details

BoundingSphere3() public méthode

public BoundingSphere3 ( Vector3 center, float radius ) : System.Runtime.InteropServices
center Vector3
radius float
Résultat System.Runtime.InteropServices

Intersects() public méthode

public Intersects ( BoundingBox3 boundingBox ) : bool
boundingBox BoundingBox3
Résultat bool

Intersects() public static méthode

public static Intersects ( BoundingSphere3 &boundingSphere, BoundingBox3 &boundingBox, bool &result ) : void
boundingSphere BoundingSphere3
boundingBox BoundingBox3
result bool
Résultat void

Property Details

Center public_oe property

public Vector3,Reign.Core Center
Résultat Vector3

Radius public_oe property

public float Radius
Résultat float