Vector:AbsRotateTo

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxAbsRotateTo( * The reference Vector whose absolute angle from positive X (0 degrees) this Vector will be rotated to. )
Description:
Set this Vector to an absolute rotation based on the absolute rotation of another Vector.
ReturnsThis vector, rotated.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools