openrndr-math
/
org.openrndr.math.transforms
/
TransformBuilder
Transform
Builder
class
TransformBuilder
(baseTransform:
Matrix44
)
Content copied to clipboard
Functions
Properties
Functions
multiply
Link copied to clipboard
fun
multiply
(matrix:
Matrix44
)
Content copied to clipboard
rotate
Link copied to clipboard
fun
rotate
(axis:
Quaternion
)
Content copied to clipboard
fun
rotate
(axis:
Vector3
= Vector3.UNIT_Z, degrees:
Double
)
Content copied to clipboard
scale
Link copied to clipboard
fun
scale
(scale:
Double
)
Content copied to clipboard
fun
scale
(scale:
Vector3
)
Content copied to clipboard
fun
scale
(scaleX:
Double
, scaleY:
Double
, scaleZ:
Double
= 1.0)
Content copied to clipboard
translate
Link copied to clipboard
fun
translate
(offset:
Vector2
)
Content copied to clipboard
fun
translate
(offset:
Vector3
)
Content copied to clipboard
fun
translate
(x:
Double
, y:
Double
, z:
Double
= 0.0)
Content copied to clipboard
Properties
transform
Link copied to clipboard
var
transform
:
Matrix44
Content copied to clipboard