Bindable |
The BindablePoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyFrom(BindablePoint) | Copies XYZ from point. |
![]() | CopyFrom(dvec3) | Copies XYZ from point. |
![]() | CopyFrom(Double, Double, Double) | Sets XYZ. |
![]() | GetInverseTransformed | Returns the inverse transformation of the vector. Should be used with constructor including the transformation. BindablePoint(dvec3, dmat4) |
![]() | HasValue | |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() | ToDvec2 |
Converts a BindablePoint to a dvec2.
(Defined by Extensions) |
![]() | ToDvec3 |
Converts a BindablePoint to a dvec3.
(Defined by Extensions) |
![]() | ToIvec2 |
Converts a BindablePoint to a ivec2.
(Defined by Extensions) |
![]() | ToIvec3 |
Converts a BindablePoint to a ivec3.
(Defined by Extensions) |