C# Class Universe.Framework.Physics.ContactPoint

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

Méthodes publiques

Свойство Type Description
PenetrationDepth float
Position System.Vector3
SurfaceNormal System.Vector3
Type ActorTypes

Méthodes publiques

Méthode Description
ContactPoint ( System.Vector3 position, System.Vector3 surfaceNormal, float penetrationDepth, ActorTypes type ) : System

Method Details

ContactPoint() public méthode

public ContactPoint ( System.Vector3 position, System.Vector3 surfaceNormal, float penetrationDepth, ActorTypes type ) : System
position System.Vector3
surfaceNormal System.Vector3
penetrationDepth float
type ActorTypes
Résultat System

Property Details

PenetrationDepth public_oe property

public float PenetrationDepth
Résultat float

Position public_oe property

public Vector3,System Position
Résultat System.Vector3

SurfaceNormal public_oe property

public Vector3,System SurfaceNormal
Résultat System.Vector3

Type public_oe property

public ActorTypes Type
Résultat ActorTypes