Click or drag to resize
AB4D logo

InstancedTextSetOrientation Method

Overload List
 NameDescription
Public methodSetOrientation(Vector3D, Vector3D) Sets the Orientation of the text by providing the text direction and up direction (directions are normalized inside the method). This method calculates the normalDirection from the textDirection and upDirection. The text size is calculated from the existing WorldMatrix. If you know the text normal or text size, then it is faster to call the SetOrientation(Vector3D, Vector3D, Vector3D, Double).
Public methodSetOrientation(Vector3D, Vector3D, Vector3D, Double) Sets the Orientation of the text by providing the orientation vectors and size of the text. All Vector3D values must be normalized.
Top
See Also