public class JOMLVector3 extends Object implements Vector3
Vector3 backed by a JOML Vector3f.| Constructor and Description |
|---|
JOMLVector3(float x,
float y,
float z) |
JOMLVector3(org.joml.Vector3f source) |
| Modifier and Type | Method and Description |
|---|---|
static org.joml.Vector3f |
convert(Vector3 v) |
void |
setX(float position) |
void |
setY(float position) |
void |
setZ(float position) |
org.joml.Vector3f |
source() |
String |
toString() |
float |
xf() |
float |
yf() |
float |
zf() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbck, fwd, getDoublePosition, getFloatPosition, localize, localize, move, move, move, move, move, move, move, move, move, move, move, move, moveX, moveX, moveY, moveY, moveZ, moveZ, numDimensions, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setX, setY, setZ, xd, yd, zdlocalize, positionAsDoubleArray, positionAsRealPointpublic JOMLVector3(float x,
float y,
float z)
public JOMLVector3(org.joml.Vector3f source)
public org.joml.Vector3f source()
public static org.joml.Vector3f convert(Vector3 v)
Copyright © 2019–2022 scenery. All rights reserved.