api:vec3f
Table of Contents
vec3f
Category: Data structure
Functions
add
almostEquals
boolean vec3f.almostEquals(object, vector, epsilon)
Name | Type | Description |
---|---|---|
object | vec3f | |
vector | Vector3 | |
epsilon | float |
isZero
isNearZero
getXY
getXZ
getYZ
set
setXY
dot
cross
Vector3 vec3f.cross(object, vector)
Name | Type | Description |
---|---|---|
object | vec3f | |
vector | Vector3 |
getOneOrthogonal
Vector3 vec3f.getOneOrthogonal(object)
Name | Type | Description |
---|---|---|
object | vec3f |
normalize
void vec3f.normalize(object)
Name | Type | Description |
---|---|---|
object | vec3f |
normalized
Vector3 vec3f.normalized(object)
Name | Type | Description |
---|---|---|
object | vec3f |
getLength2
distance2
float vec3f.distance2(object, v)
Name | Type | Description |
---|---|---|
object | vec3f | |
v | Vector3 |
api/vec3f.txt · Last modified: 2024/02/06 13:54 by 127.0.0.1