CuboidGet000InPercent Method |
Returns the position of the coordinate (0,0,0) in percent of the
cuboids edges' lenghts.
Example:
X = -2, SizeX = 10, Y = -3, SizeY = 6, Z = -4, SizeZ = 16
returns (20, 50, 25)
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic dvec3 Get000InPercent()
Return Value
dvec3The position of the coordinate (0,0,0) relative
to the cuboid's edge lengths.
See Also