Transform Class |
Namespace: NeoAxis
public sealed class Transform
The Transform type exposes the following members.
Name | Description | |
---|---|---|
![]() | Transform | Initializes a new instance of the Transform class |
![]() | Transform(Vector3) | Initializes a new instance of the Transform class |
![]() | Transform(Vector3, Angles) | Initializes a new instance of the Transform class |
![]() | Transform(Vector3, Quaternion) | Initializes a new instance of the Transform class |
![]() | Transform(Vector3, Angles, Vector3) | Initializes a new instance of the Transform class |
![]() | Transform(Vector3, Quaternion, Vector3) | Initializes a new instance of the Transform class |
Name | Description | |
---|---|---|
![]() | IsIdentity | |
![]() | IsPositionZero | |
![]() | IsRotationIdentity | |
![]() | IsScaleOne | |
![]() | Position |
The position of the transform.
|
![]() | Rotation |
The rotation of the transform.
|
![]() | Scale |
The scale of the transform.
|
Name | Description | |
---|---|---|
![]() | ApplyOffset | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(Transform, Double) | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Multiply(Bounds, Bounds) | |
![]() | Multiply(Sphere, Sphere) | |
![]() | MultiplyScale(Double) | |
![]() | MultiplyScale(Vector3) | |
![]() ![]() | Parse | |
![]() | Rotate | |
![]() | ToMatrix4 | |
![]() | ToMatrix4(Boolean, Boolean, Boolean) | |
![]() | ToMatrix4(Boolean, Boolean, Boolean, Matrix4) | |
![]() | ToString | (Overrides ObjectToString.) |
![]() | Translate | |
![]() | UpdatePosition | |
![]() | UpdateRotation | |
![]() | UpdateScale |
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | Inequality | |
![]() ![]() | Multiply(Transform, Bounds) | |
![]() ![]() | Multiply(Transform, Sphere) | |
![]() ![]() | Multiply(Transform, Transform) | |
![]() ![]() | Multiply(Transform, Vector3) |
Name | Description | |
---|---|---|
![]() ![]() | Identity | |
![]() ![]() | IdentityAsString | |
![]() ![]() | Zero | |
![]() ![]() | ZeroAsString |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |