TransformationMatrix.FromAxis

TransformationMatrix.FromAxis method

From the axis.

public static TransformationMatrix FromAxis(Point3D xAxis, Point3D yAxis, Point3D zAxis)
ParameterTypeDescription
xAxisPoint3DThe x axis.
yAxisPoint3DThe y axis.
zAxisPoint3DThe z axis.

See Also