AnyCAD Rapid API 2025
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)