ThreeHelper class

Constructors

ThreeHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

rotateAboutPoint(dynamic obj, dynamic point, dynamic axis, dynamic theta, {bool pointIsWorld = false}) → dynamic
rotatePointWithPoint(Vector3 point, Vector3 rotateAxis, num angle) → dynamic
rotateWithPoint(dynamic obj, dynamic anchorPoint, {dynamic angleX = 0.0, dynamic angleY = 0.0, dynamic angleZ = 0.0}) → dynamic