C# Class Universe.Physics.ConvexDecompositionDotNet.Plane

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
dist float
normal float3

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Plane ( ) : System
Plane ( Plane p ) : System
Plane ( float3 n, float d ) : System
PlaneFlip ( Plane plane ) : Plane
Transform ( float3 position, Quaternion orientation ) : void
coplanar ( Plane a, Plane b ) : bool
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Plane() public méthode

public Plane ( ) : System
Résultat System

Plane() public méthode

public Plane ( Plane p ) : System
p Plane
Résultat System

Plane() public méthode

public Plane ( float3 n, float d ) : System
n float3
d float
Résultat System

PlaneFlip() public static méthode

public static PlaneFlip ( Plane plane ) : Plane
plane Plane
Résultat Plane

Transform() public méthode

public Transform ( float3 position, Quaternion orientation ) : void
position float3
orientation Quaternion
Résultat void

coplanar() public static méthode

public static coplanar ( Plane a, Plane b ) : bool
a Plane
b Plane
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

dist public_oe property

public float dist
Résultat float

normal public_oe property

public float3 normal
Résultat float3