Matrix4Extension extension

static methods, constants: applier_translating, ... fixed_translating, ... formFromDirection

instance methods, getters: setPerspective, ... getPerspective, ... perspectiveIdentity, ...

on

Properties

perspectiveIdentity Matrix4

Available on Matrix4, provided by the Matrix4Extension extension

no setter

Methods

copyPerspective(Matrix4 matrix4) → void

Available on Matrix4, provided by the Matrix4Extension extension

getPerspective() double

Available on Matrix4, provided by the Matrix4Extension extension

rotateOf(Point3 point3) → void

Available on Matrix4, provided by the Matrix4Extension extension

rotateOn(Point3 point3, double radian) → void

Available on Matrix4, provided by the Matrix4Extension extension

scaledFor(Offset offset) Matrix4

Available on Matrix4, provided by the Matrix4Extension extension

scaledOf(Point3 point3) Matrix4

Available on Matrix4, provided by the Matrix4Extension extension

setDistance(double? distance) → void

Available on Matrix4, provided by the Matrix4Extension extension

setPerspective(double perspective) → void

Available on Matrix4, provided by the Matrix4Extension extension

instance methods
translateFor(Offset offset) → void

Available on Matrix4, provided by the Matrix4Extension extension

translateOf(Point3 point3) → void

Available on Matrix4, provided by the Matrix4Extension extension

Static Methods

applier_rotating(Applier<Point3> apply) OnAnimateMatrix4

Available on Matrix4, provided by the Matrix4Extension extension

applier_scaling(Applier<Point3> apply) OnAnimateMatrix4

Available on Matrix4, provided by the Matrix4Extension extension

applier_translating(Applier<Point3> apply) OnAnimateMatrix4

Available on Matrix4, provided by the Matrix4Extension extension

fixed_rotating(Point3 fixed) OnAnimateMatrix4

Available on Matrix4, provided by the Matrix4Extension extension

fixed_scaling(Point3 fixed) OnAnimateMatrix4

Available on Matrix4, provided by the Matrix4Extension extension

fixed_translating(Point3 fixed) OnAnimateMatrix4

Available on Matrix4, provided by the Matrix4Extension extension