C# Class BEPUutilities2.Vector3x

Extra functionality for the Vector3 struct.
Hopefully, all of this should eventually go away as the System.Numerics.Vectors improves.
Exibir arquivo Open project: RossNordby/scratchpad Class Usage Examples

Private Methods

Method Description
Cross ( Vector3 &a, Vector3 &b, Vector3 &result ) : void
Lerp ( Vector3 &a, Vector3 &b, float t, Vector3 &result ) : void