Main
Overview
Getting Started
Components
Videos
Sample Files

simulation components, logic, intelligence, patterns
AIB2 Components - Vector 3D Normalize
Category: Math
  Description:
The Vector 3D Normalize component takes in the x, y and z components of a single 3D vector and provides the output of normalized components. The normalization process can be described as dividing each input vector component by the vectors magnitude. Each component should be equal to or less than one following the process.
 

  Inputs: 4
Input Name:
Description:
Enabled
Boolean input of 1 or 0, ON or OFF, enabling or disabling computation on the provided inputs. Default is ON.
x
The input value of type double that is the x component of the 3D vector.
y
The input value of type double that is the y component of the 3D vector.
z
The input value of type double that is the z component of the 3D vector.

 

  Outputs: 3
Output Name:
Description:
x'
The output value of type double that is the normalized x component of the 3D vector.
y'
The output value of type double that is the normalized y component of the 3D vector.
z'
The output value of type double that is the normalized z component of the 3D vector.

 

  Components in Same Category: Delay
Compare to Input (=)
Compare to Input (>)
Compare to Input (<)
Compare to Constant (=)
Compare to Constant (>)
Compare to Constant (<)
Add Input Values
Subtract Input Values
Multiply Input Values
Divide Input Values
Running Stats
Delta
Absolute Value
Raise to Power
Square Root
Running Total
Moving Average
Vector 2D Magnitude
Vector 3D Magnitude
Vector 2D Normalize
Vector 2D [+ - * ^]
Vector 3D [+ - * ^]
Sine
Cosine
Tangent
Get Min
Get Max
Reverse Sign
In Range


  Sample Files with this Component:
 



Copyright © TinMan Systems, Inc. 2010-2015. All Rights Reserved.
Questions or comments: support@tinmansystems.com