Calculations Class |
Namespace: LightBuzz
Name | Description | |
---|---|---|
![]() ![]() | Angle(Vector2D, Vector2D, Vector2D) |
Calculates the angle between the specified vectors in the 2D space.
|
![]() ![]() | Angle(Vector3D, Vector3D, Vector3D) |
Calculates the angle between the specified vectors in the 3D space.
|
![]() ![]() | Angle(Vector3D, Vector3D, Vector3D, Axis) |
Calculates the angle between the specified vectors around the specified axis.
|
![]() ![]() | Angle(Vector3D, Vector3D, Vector3D, Axis, Boolean) |
Calculates the angle between the specified vectors around the specified axis and determines whether the angle will be signed/unsigned and big/small.
|
![]() ![]() | Angle(Vector3D, Vector3D, Vector3D, Axis, Boolean, Boolean) |
Calculates the angle between the specified vectors around the specified axis and determines whether the angle will be signed/unsigned and big/small.
|
![]() ![]() | Distance(Vector2D, Vector2D) |
Calculates the distace between the specified vectors in the 2D space.
|
![]() ![]() | Distance(Vector3D, Vector3D) |
Calculates the distace between the specified vectors in the 3D space.
|
![]() ![]() | Distance(Vector2D, Vector2D, Axis) |
Calclulates the distance between the specified points in the specified axis.
|
![]() ![]() | Distance(Vector3D, Vector3D, Axis) |
Calclulates the distance between the specified points in the specified axis.
|
![]() ![]() | Distance(Vector2D, Vector2D, Axis, Boolean) |
Calclulates the distance between the specified points in the specified axis.
|
![]() ![]() | Distance(Vector3D, Vector3D, Axis, Boolean) |
Calclulates the distance between the specified points in the specified axis.
|
![]() ![]() | Rotation(Vector3D, Vector3D, Axis) |
Calculates the tilt/rotation of the specified segment around the specified axis.
|
![]() ![]() | Rotation(Vector3D, Vector3D, Axis, Boolean) |
Calculates the tilt/rotation of the specified segment around the specified axis.
|
![]() ![]() | Rotation(Vector3D, Vector3D, Axis, Boolean, Boolean) |
Calculates the tilt/rotation of the specified segment around the specified axis.
|