Vector4
Represents a 4D vector with x, y, z, and w components.
This class is used for representing homogeneous coordinates and quaternions in the LiG Scanner SDK. Unlike Vector3, this class is mutable to support matrix operations. It implements Parcelable for serialization.
Constructors
Types
CREATOR
Link copied to clipboard
Functions
describe Contents
Link copied to clipboard
set
Link copied to clipboard
Sets the component at the specified index.
write To Parcel
Link copied to clipboard
Properties
Inheritors
Quaternion
Link copied to clipboard