C# Class BEPUutilities2.RayHit

Contains ray hit data.
Exibir arquivo Open project: RossNordby/scratchpad Class Usage Examples

Public Properties

Property 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
return System.Numerics.Vector3

Normal public_oe property

Normal of the ray hit.
public Vector3,System.Numerics Normal
return 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
return float