Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BEPUutilities2
Vector3x
C# Class BEPUutilities2.Vector3x
Extra functionality for the Vector3 struct.
Hopefully, all of this should eventually go away as the System.Numerics.Vectors improves.
Show file
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