API Docs for: 2.0.0
Show:

Transform3D Class

Module: ARGON

A 4x4 Transformation Matrix in column-major order. Transform3D provides a runtime and renderer independent transformation representation

Constructor

Transform3D

()

Item Index

Methods

set

()

sets the values of the Transformation Matrix

setTransform

(
  • Set
)

Parameters:

  • Set Transform3D

    the transform values using another Transform3D object

toThreeMatrix

() THREE.Matrix4

Returns:

THREE.Matrix4: Returns a fully initialized THREE.Matrix4 with the values from this Transform3D