Click or drag to resize

Transform Class

Defines the position in space. This class is immutable for optimization purposes.
Inheritance Hierarchy
SystemObject
  NeoAxisTransform

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public sealed class Transform

The Transform type exposes the following members.

Constructors
  NameDescription
Public methodTransform
Initializes a new instance of the Transform class
Public methodTransform(Vector3)
Initializes a new instance of the Transform class
Public methodTransform(Vector3, Angles)
Initializes a new instance of the Transform class
Public methodTransform(Vector3, Quaternion)
Initializes a new instance of the Transform class
Public methodTransform(Vector3, Angles, Vector3)
Initializes a new instance of the Transform class
Public methodTransform(Vector3, Quaternion, Vector3)
Initializes a new instance of the Transform class
Top
Properties
  NameDescription
Public propertyIsIdentity
Public propertyIsPositionZero
Public propertyIsRotationIdentity
Public propertyIsScaleOne
Public propertyPosition
The position of the transform.
Public propertyRotation
The rotation of the transform.
Public propertyScale
The scale of the transform.
Top
Methods
Operators
Fields
Extension Methods
See Also