b2Vec3
b2Vec3
Box2D.CommonType: Struct
Constructors
b2Vec3(float, float, float)
Methods
IsValid()
System.Boolean IsValid()()Returns:
System.BooleanLength()
System.Single Length()()Returns:
System.SingleLengthSquared()
System.Single LengthSquared()()Returns:
System.SingleNormalize()
System.Single Normalize()()Returns:
System.SingleSet(float, float, float)
Set(float, float, float)(System.Single ix, System.Single iy, System.Single iz)Parameters:
ix (System.Single)iy (System.Single)iz (System.Single)SetZero()
SetZero()()Skew()
Box2D.Common.b2Vec3 Skew()()Returns:
Box2D.Common.b2Vec3Operators
operator +(b2Vec3, b2Vec3)
operator *(b2Vec3, float)
operator *(float, b2Vec3)
operator -(b2Vec3, b2Vec3)
operator -(b2Vec3)
Fields
x(System.Single)
y(System.Single)
z(System.Single)