示例#1
0
 internal Point4F(InternalPoint4FStruct point4FStruct)
 {
     X = point4FStruct.x;
     Y = point4FStruct.y;
     Z = point4FStruct.z;
     W = point4FStruct.w;
 }
示例#2
0
 internal RotationF(InternalPoint4FStruct point4FStruct) : base(point4FStruct)
 {
 }