AnyCAD Rapid API 2023
Help you to create a better world!
Vector4 Class Reference

Public Member Functions

 Vector4 (float scalar)
 
 Vector4 (float a, float b, float c, float d)
 
void setX (float value)
 
float getX ()
 
void setY (float value)
 
float getY ()
 
void setZ (float value)
 
float getZ ()
 
void setW (float value)
 
float getW ()
 
Vector4 clone ()
 
void applyMatrix4 (Matrix4 trf)