Vector:AbsRotateTo

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
Beautifybot (Talk | contribs)
(updating function page)

Latest revision as of 00:43, 28 June 2012

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