Matrix3d Class
A 3d matrix class for 3d affine transformations.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
public ref class Matrix3d
This language is not supported or no code example is available.
This language is not supported or no code example is available.
|
Name
|
Description
|
|
ArbitraryAxis(Vector3d, double)
|
|
|
AsMatrix2d()
|
|
|
Mirror(Point3d, Vector3d)
|
Creates a matrix that mirrors over the plane that has a given normal,
and passes through a given point. The normal does not need to be normalized.
|
|
Rotate(Point3d, Vector3d, double)
|
Creates a rotation matrix around a ray given by a start point and a vector.
|
|
Scale(double, double, double)
|
Creates a new scaling matrix using a specified x,y,z scales.
|
|
Translate(double, double, double)
|
Creates a new translation matrix using a specified dx,dy,dz.
|
Top
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8