MQPoint contains the position of XYZ coordinates.
get | set | Type | Name | Description |
---|---|---|---|---|
x | x | float | x | X coordinate |
x | x | float | y | Y coordinate |
x | x | float | z | Z coordinate |
Member | Description |
---|---|
normalize | Normalize a vector. |
getNormal | Get a normalized vector. |
dotProduct | Calculate a dot product. |
crossProduct | Calculate a cross product. |
normalize |
Normalize a vector. |
getNormal | |||
Get a normalized vector. | |||
|
dotProduct(vec) | ||||
Calculate a dot product. | ||||
| ||||
|
crossProduct(vec) | ||||
Calculate a cross product. | ||||
| ||||
|