'Declaration Public Sub RotateAt( _
ByVal angleThe angle, in degrees, by which to rotate this matrix.As Double, _
ByVal vectorXThe X coordinate of axis vector, relative to which the matrix must be rotated.As Double, _
ByVal vectorYThe Y coordinate of axis vector, relative to which the matrix must be rotated.As Double, _
ByVal vectorZThe Zcoordinate of axis vector, relative to which the matrix must be rotated.As Double, _
ByVal centerXThe x-coordinate of the point about which to rotate this matrix.As Double, _
ByVal centerYThe y-coordinate of the point about which to rotate this matrix.As Double, _
ByVal centerZThe z-coordinate of the point about which to rotate this matrix.As Double _
)
public void RotateAt(
double angle,
double vectorX,
double vectorY,
double vectorZ,
double centerX,
double centerY,
double centerZ
)
Parameters
- angle
- The angle, in degrees, by which to rotate this matrix.
- vectorX
- The X coordinate of axis vector, relative to which the matrix must be rotated.
- vectorY
- The Y coordinate of axis vector, relative to which the matrix must be rotated.
- vectorZ
- The Zcoordinate of axis vector, relative to which the matrix must be rotated.
- centerX
- The x-coordinate of the point about which to rotate this matrix.
- centerY
- The y-coordinate of the point about which to rotate this matrix.
- centerZ
- The z-coordinate of the point about which to rotate this matrix.