úι"    A 4x4 translation matrix 7A 4x4 rotation matrix for a rotation around the X axis The angle in radians 7A 4x4 rotation matrix for a rotation around the Y axis The angle in radians 7A 4x4 rotation matrix for a rotation around the Z axis The angle in radians KA 4x4 rotation matrix for a rotation around an arbitrary normalized vector 5The normalized vector around which the rotation goes The angle in radians XA 4x4 rotation matrix from the euler angles yaw pitch and roll. Could be useful in e.g.  first person shooter games, nA 4x4 rotation matrix from a normalized quaternion. Useful for most free flying rotations, such as airplanes. +The quaternion with the real part (w) last eA 4x4 rotation matrix for turning toward a point. Useful for targeting a camera to a specific point. PThe up direction, not necessary unit length or perpendicular to the view vector The viewers position The point to look at A 4x4 scaling matrix }A perspective projection matrix for a right handed coordinate system looking down negative z. This will project far plane to z = +1 and near plane to z = -1", i.e. into a left handed system. /Near plane clipping distance (always positive) .Far plane clipping distance (always positive) (Field of view of the y axis, in radians Aspect ratio, i.e. screen's width/height }An orthogonal projection matrix for a right handed coordinate system looking down negative z. This will project far plane to z = +1 and near plane to z = -1", i.e. into a left handed system. Near plane clipping distance Far plane clipping distance 3The size of the view (center aligned around origo)        Vec-Transform-1.0.4Data.Vec.LinAlg.Transform3D translation rotationX rotationY rotationZ rotationVec rotationEuler rotationQuatrotationLookAtscaling perspective orthogonal