C# Class BEPUutilities2.RayHit

Contains ray hit data.
Afficher le fichier Open project: RossNordby/scratchpad Class Usage Examples

Méthodes publiques

Свойство Type Description
Location System.Numerics.Vector3
Normal System.Numerics.Vector3
T float

Property Details

Location public_oe property

Location of the ray hit.
public Vector3,System.Numerics Location
Résultat System.Numerics.Vector3

Normal public_oe property

Normal of the ray hit.
public Vector3,System.Numerics Normal
Résultat System.Numerics.Vector3

T public_oe property

T parameter of the ray hit. The ray hit location is equal to the ray origin added to the ray direction multiplied by T.
public float T
Résultat float