Vec3i
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.
Implemented Interfaces
Vec3i implements the following interfaces. That means all methods defined in these interfaces are also available in Vec3i
- Comparable<Vec3i>
Methods
Return Type: Vec3i
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter distance | Type int |
Return Type: Vec3i
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter distance | Type int |
Return Type: boolean
Parameter | Type |
---|---|
Parameter other | Type Vec3i |
Parameter maxDistance | Type double |
Return Type: int
Parameter | Type |
---|---|
Parameter other | Type Vec3i |
Return Type: int
Parameter | Type |
---|---|
Parameter other | Type Vec3i |
Return Type: double
Parameter | Type |
---|---|
Parameter other | Type Vec3i |
Return Type: double
Parameter | Type |
---|---|
Parameter position | Type Position |
Return Type: double
Parameter | Type |
---|---|
Parameter x | Type double |
Parameter y | Type double |
Parameter z | Type double |
Return Type: Vec3i
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter distance | Type int |
Return Type: int
Parameter | Type |
---|---|
Parameter axis | Type Axis |
Return Type: int
Return Type: int
Return Type: int
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter scalar | Type int |
Return Type: Vec3i
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter distance | Type int |
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter x | Type double |
Parameter y | Type double |
Parameter z | Type double |
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter x | Type int |
Parameter y | Type int |
Parameter z | Type int |
Return Type: Vec3i
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter distance | Type int |
Return Type: string
Return Type: Vec3i
Return Type: Vec3i
Parameter | Type |
---|---|
Parameter distance | Type int |
Properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name toShortString | Type string | Has Getter true | Has Setter false |
Name x | Type int | Has Getter true | Has Setter false |
Name y | Type int | Has Getter true | Has Setter false |
Name z | Type int | Has Getter true | Has Setter false |