Click or drag to resize

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.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public dvec3 Get000InPercent()

Return Value

dvec3
The position of the coordinate (0,0,0) relative to the cuboid's edge lengths.
See Also