Vector3f
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Methods
Parameter | Type |
---|---|
Parameter other | Type Vector3f |
Parameter | Type |
---|---|
Parameter x | Type float |
Parameter y | Type float |
Parameter z | Type float |
Parameter | Type |
---|---|
Parameter min | Type float |
Parameter max | Type float |
Return Type: Vector3f
Parameter | Type |
---|---|
Parameter other | Type Vector3f |
Return Type: float
Parameter | Type |
---|---|
Parameter other | Type Vector3f |
Parameter | Type |
---|---|
Parameter max | Type Vector3f |
Parameter value | Type float |
Parameter | Type |
---|---|
Parameter other | Type Vector3f |
Parameter | Type |
---|---|
Parameter scalar | Type float |
Parameter | Type |
---|---|
Parameter x | Type float |
Parameter y | Type float |
Parameter z | Type float |
Return Type: boolean
Return Type: Quaternion
Parameter | Type |
---|---|
Parameter rads | Type float |
Return Type: Quaternion
Parameter | Type |
---|---|
Parameter degrees | Type float |
Parameter | Type |
---|---|
Parameter x | Type float |
Parameter y | Type float |
Parameter z | Type float |
Parameter | Type |
---|---|
Parameter other | Type Vector3f |
Parameter | Type |
---|---|
Parameter matrix | Type Matrix3f |
Parameter | Type |
---|---|
Parameter quaternion | Type Quaternion |
Return Type: float
Return Type: float
Return Type: float
Properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name x | Type float | Has Getter true | Has Setter false |
Name y | Type float | Has Getter true | Has Setter false |
Name z | Type float | Has Getter true | Has Setter false |