Click or drag to resize
Ab4d.SharpEngine logo

Transform Methods

The Transform type exposes the following members.

Methods
 NameDescription
Protected methodOnChanged OnChanged
Public methodTransformBoundingBox Transforms the BoundingBox with this transformation and returns the transformed BoundingBox
Public methodTransformNormal Transforms the 3D normal vector that is defined by a Vector3 with this transformation but without using translation (using the 4th row of the matrix) and returns the transformed Vector3 that is only rotated and scaled but not translated.
Public methodTransformPosition Transforms the 3D positions that is defined by a Vector3 with this transformation and returns the transformed Vector3.
Top
See Also