Click or drag to resize

BindablePointGetInverseTransformed Method

Returns the inverse transformation of the vector. Should be used with constructor including the transformation. BindablePoint(dvec3, dmat4)

Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public dvec3 GetInverseTransformed()

Return Value

dvec3

[Missing <returns> documentation for "M:RAYLASE.Shared.GUI.BindablePoint.GetInverseTransformed"]

See Also