UtilsTransformPoint Method |
Transforms the point with the given transformation
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static dvec3 TransformPoint(
dvec3 point,
dmat4 transformation,
bool useOffset
)
Parameters
- point dvec3
- Point to transform
- transformation dmat4
- Transformation
- useOffset Boolean
- Ignorse the offset if false
Return Value
dvec3Transformed point
See Also