AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
Vector4类 参考

Public 成员函数

 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)
 
void applyMatrix4d (Matrix4d trf)