Rotation Class

Defines a 3x3 rotation matrix.
Public Class Rotation
This language is not supported or no code example is available.
public class Rotation
This language is not supported or no code example is available.
Name Description
Internal protected (Protected Friend) constructor Rotation(double[,]) Proprietary file format constructor.
Public constructor Rotation(Vector3D) 2D vector constructor.
Public constructor Rotation(Vector3D, Vector3D) 3D vectors constructor.
Public constructor Rotation(double, double, double)
Public constructor Rotation(int, int, Point3D[]) Node indices (zero-based) constructor.
Public constructor Rotation(int, int, int, Point3D[]) Three nodes indices constructor.
Top
Name Description
Public property Matrix Gets or sets the 3x3 matrix.
Top
Methods
 
Name Description
Public method ConvertToSurrogate()
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
devDept.Eyeshot.Fem.Rotation

.NET Framework

Supported in: 4.8

In this article

Definition