Class Vector3Extensions
Useful Vector3 extensions
Inheritance
System.Object
Vector3Extensions
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public static class Vector3Extensions : Object
Methods
Project(Vector3, Vector3)
Calculates projection vector
Declaration
public static Vector3 Project(this Vector3 projectedOntoVector, Vector3 projectedVector)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | projectedOntoVector | |
Vector3 | projectedVector |
Returns
Type | Description |
---|---|
Vector3 |