Show / Hide Table of Contents

Class FlatSDKInternal.FTransform

Inheritance
System.Object
FlatSDKInternal.FTransform
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FlatPMSDK
Assembly: FlatPMSDK.dll
Syntax
public class FTransform

Constructors

FTransform(Vector4, Vector3, Vector3)

Declaration
public FTransform(Vector4 rot, Vector3 translation, Vector3 scale)
Parameters
Type Name Description
Vector4 rot
Vector3 translation
Vector3 scale

Fields

Rotation

Declaration
public Vector4 Rotation
Field Value
Type Description
Vector4

Scale3D

Declaration
public Vector3 Scale3D
Field Value
Type Description
Vector3

Translation

Declaration
public Vector3 Translation
Field Value
Type Description
Vector3

Methods

ToMatrixWithScale()

Declaration
public Matrix ToMatrixWithScale()
Returns
Type Description
Matrix
Back to top Generated by DocFX