Vector:Perpendicularize

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxPerpendicularize( * None. )
Description:
Makes this vector perpendicular to its previous state, rotated PI/2. Much faster than RadRotate by PI/2.
ReturnsVector reference to this after the operation.




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