TransformationMatrix.VectorVectorRotate

TransformationMatrix.VectorVectorRotate method

Rotation matrix from vector 1 to vector 2

public static TransformationMatrix VectorVectorRotate(Point3D v1, Point3D v2)
ParameterTypeDescription
v1Point3DThe vector 1
v2Point3DThe vector 2

Return Value

Rotation matrix

See Also