程序包 org.bukkit.util
类 Transformation
java.lang.Object
org.bukkit.util.Transformation
Represents an arbitrary affine transformation.
- 
构造器概要
构造器构造器说明Transformation(@NotNull org.joml.Vector3f translation, @NotNull org.joml.AxisAngle4f leftRotation, @NotNull org.joml.Vector3f scale, @NotNull org.joml.AxisAngle4f rightRotation) Transformation(@NotNull org.joml.Vector3f translation, @NotNull org.joml.Quaternionf leftRotation, @NotNull org.joml.Vector3f scale, @NotNull org.joml.Quaternionf rightRotation)  - 
方法概要
修饰符和类型方法说明boolean@NotNull org.joml.QuaternionfGets the left rotation component of this transformation.@NotNull org.joml.QuaternionfGets the right rotation component of this transformation.@NotNull org.joml.Vector3fgetScale()Gets the scale component of this transformation.@NotNull org.joml.Vector3fGets the translation component of this transformation.inthashCode()toString() 
- 
构造器详细资料
- 
Transformation
 - 
Transformation
 
 - 
 - 
方法详细资料
- 
getTranslation
Gets the translation component of this transformation.- 返回:
 - translation component
 
 - 
getLeftRotation
Gets the left rotation component of this transformation.- 返回:
 - left rotation component
 
 - 
getScale
Gets the scale component of this transformation.- 返回:
 - scale component
 
 - 
getRightRotation
Gets the right rotation component of this transformation.- 返回:
 - right rotation component
 
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -