retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
OrientationR2Component
retrograde
math
Undocumented in source.
class
OrientationR2Component :
EntityComponent
,
Snapshotable
{
mixin
EntityComponentIdentity
!
"OrientationR2Component"
;
double
angle
[@property getter];
double
angle
[@property setter];
this
();
this
(double angleInRadian);
string
[
string
]
getSnapshotData
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(double angleInRadian)
Undocumented in source.
Members
Functions
getSnapshotData
string
[
string
]
getSnapshotData
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
EntityComponentIdentity
!
"OrientationR2Component"
Undocumented in source.
Properties
angle
double
angle
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
angle
double
angle
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From EntityComponent
getComponentType
StringId
getComponentType
()
Undocumented in source.
getComponentTypeString
string
getComponentTypeString
()
Undocumented in source.
From Snapshotable
getSnapshotData
string
[
string
]
getSnapshotData
()
Undocumented in source.
Meta
Source
See Implementation
retrograde
math
aliases
Matrix2D
Matrix3D
Matrix4D
QuaternionD
RectangleD
RectangleF
RectangleI
RectangleL
RectangleU
RectangleUL
UnitVector2D
UnitVector2F
UnitVector3D
UnitVector3F
UnitVector4D
Vector2D
Vector2F
Vector2I
Vector2L
Vector2R
Vector2U
Vector2UL
Vector3D
Vector3F
Vector3I
Vector3L
Vector3R
Vector3U
Vector3UL
Vector4D
scalar
classes
OrientationR2Component
OrientationR3Component
Position2DComponent
Position2IComponent
Position3DComponent
RelativeOrientationProcessor
RelativeOrientationR2Component
RelativePosition2DComponent
RelativePositionProcessor
Scale3DComponent
functions
clamp
createFirstPersonViewMatrix
createLookatMatrix
createPerspectiveMatrix
createRotationMatrix
createXRotationMatrix
createYRotationMatrix
createZRotationMatrix
degreesToRadians
deltaAngle
equals
mod
radiansToDegrees
radiansToUnitVector
toScalingMatrix
toTranslationMatrix
wrapAngle
structs
Matrix
Quaternion
Rectangle
UnitVector
Vector
variables
TwoPI
standardSideVector
standardUpVector