Click or drag to resize

BindablePoint Methods

The BindablePoint type exposes the following members.

Methods
 NameDescription
Public methodCopyFrom(BindablePoint) Copies XYZ from point.
Public methodCopyFrom(dvec3) Copies XYZ from point.
Public methodCopyFrom(Double, Double, Double) Sets XYZ.
Public methodGetInverseTransformed Returns the inverse transformation of the vector. Should be used with constructor including the transformation. BindablePoint(dvec3, dmat4)
Public methodHasValue 
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodToDvec2 Converts a BindablePoint to a dvec2.
(Defined by Extensions)
Public Extension MethodToDvec3 Converts a BindablePoint to a dvec3.
(Defined by Extensions)
Public Extension MethodToIvec2 Converts a BindablePoint to a ivec2.
(Defined by Extensions)
Public Extension MethodToIvec3 Converts a BindablePoint to a ivec3.
(Defined by Extensions)
Top
See Also