|
Programming Reference for VirtualLab Fusion
2022.1
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class for describing a rotation about one of the coordinate axes or by a certain predefined angle
More...
Public Member Functions | |
| override object | Clone () |
| Creates deep copy More... | |
| override bool | Equals (object otherObject, EqualityIntent equalityIntent) |
| Determines whether the specified Object is equal to this instance. More... | |
| SimpleRotation (RotationAxisOrAngleName rotationAxisOrAngleName, double rotationAngleValue) | |
| Constructor getting the RotationAxisOrAngleName and the value of the rotation angle. More... | |
| SimpleRotation (SimpleRotation simpleRotation) | |
| Copy constructor More... | |
| override string | ToString () |
| Overriden string representation of this object. More... | |
Properties | |
| double | RotationAngleValue [get, set] |
| Get or set the rotation angle value in radian. | |
| RotationAxisOrAngleName | RotationAxisOrAngleName [get] |
| Get the rotation axis or angle name. | |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class for describing a rotation about one of the coordinate axes or by a certain predefined angle
| SimpleRotation | ( | RotationAxisOrAngleName | rotationAxisOrAngleName, |
| double | rotationAngleValue | ||
| ) |
Constructor getting the RotationAxisOrAngleName and the value of the rotation angle.
| rotationAxisOrAngleName | Rotation axis or name of the rotation angle. |
| rotationAngleValue | Value of the rotation angle in radian. |
| SimpleRotation | ( | SimpleRotation | simpleRotation | ) |
Copy constructor
| simpleRotation | Simple rotation to copy |
| override object Clone | ( | ) |
Creates deep copy
| override bool Equals | ( | object | otherObject, |
| EqualityIntent | equalityIntent | ||
| ) |
Determines whether the specified Object is equal to this instance.
| otherObject | The Object to compare with this instance. |
| equalityIntent | Defines what kind of equality you want to check when comparing two objects, for example all values or physical equality. |
true if the specified Object is equal to this instance; otherwise, false. | override string ToString | ( | ) |
Overriden string representation of this object.