public class LinAlgNamespace extends AbstractNamespace
Constructor and Description |
---|
LinAlgNamespace() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
org.joml.Vector3d |
rotate(org.joml.Vector3d v,
org.joml.AxisAngle4d axisAngle) |
org.joml.Vector3d |
rotate(org.joml.Vector3d v,
org.joml.Quaterniondc q) |
org.joml.Vector3d |
rotate(org.joml.Vector3d out,
org.joml.Vector3d v,
org.joml.AxisAngle4d axisAngle) |
org.joml.Vector3d |
rotate(org.joml.Vector3d out,
org.joml.Vector3d v,
org.joml.Quaterniondc q) |
org.joml.Vector3f |
rotate(org.joml.Vector3f v,
org.joml.AxisAngle4f axisAngle) |
org.joml.Vector3f |
rotate(org.joml.Vector3f v,
org.joml.Quaternionfc q) |
org.joml.Vector3f |
rotate(org.joml.Vector3f out,
org.joml.Vector3f v,
org.joml.AxisAngle4f axisAngle) |
org.joml.Vector3f |
rotate(org.joml.Vector3f out,
org.joml.Vector3f v,
org.joml.Quaternionfc q) |
org.joml.Vector3d |
rotate1(org.joml.Vector3d v,
org.joml.AxisAngle4d axisAngle) |
org.joml.Vector3d |
rotate1(org.joml.Vector3d v,
org.joml.Quaterniondc q) |
org.joml.Vector3f |
rotate1(org.joml.Vector3f v,
org.joml.AxisAngle4f axisAngle) |
org.joml.Vector3f |
rotate1(org.joml.Vector3f v,
org.joml.Quaternionfc q) |
ops, setEnvironment
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public org.joml.Vector3f rotate(org.joml.Vector3f v, org.joml.Quaternionfc q)
public org.joml.Vector3f rotate(org.joml.Vector3f out, org.joml.Vector3f v, org.joml.Quaternionfc q)
public org.joml.Vector3d rotate(org.joml.Vector3d v, org.joml.Quaterniondc q)
public org.joml.Vector3d rotate(org.joml.Vector3d out, org.joml.Vector3d v, org.joml.Quaterniondc q)
public org.joml.Vector3d rotate(org.joml.Vector3d v, org.joml.AxisAngle4d axisAngle)
public org.joml.Vector3f rotate(org.joml.Vector3f v, org.joml.AxisAngle4f axisAngle)
public org.joml.Vector3d rotate(org.joml.Vector3d out, org.joml.Vector3d v, org.joml.AxisAngle4d axisAngle)
public org.joml.Vector3f rotate(org.joml.Vector3f out, org.joml.Vector3f v, org.joml.AxisAngle4f axisAngle)
public org.joml.Vector3d rotate1(org.joml.Vector3d v, org.joml.Quaterniondc q)
public org.joml.Vector3f rotate1(org.joml.Vector3f v, org.joml.Quaternionfc q)
public org.joml.Vector3d rotate1(org.joml.Vector3d v, org.joml.AxisAngle4d axisAngle)
public org.joml.Vector3f rotate1(org.joml.Vector3f v, org.joml.AxisAngle4f axisAngle)
public String getName()
Copyright © 2014–2022 ImageJ. All rights reserved.