コード例 #1
0
ファイル: PContact.cs プロジェクト: 207h2Flogintvg/LGame
		public PContact() {
			rel1 = new Vector2f();
			rel2 = new Vector2f();
			localRel1 = new Vector2f();
			localRel2 = new Vector2f();
			pos = new Vector2f();
			normal = new Vector2f();
			tangent = new Vector2f();
			relVel = new Vector2f();
			relPosVel = new Vector2f();
			data = new PContactData();
		}
コード例 #2
0
 public PContact()
 {
     rel1      = new Vector2f();
     rel2      = new Vector2f();
     localRel1 = new Vector2f();
     localRel2 = new Vector2f();
     pos       = new Vector2f();
     normal    = new Vector2f();
     tangent   = new Vector2f();
     relVel    = new Vector2f();
     relPosVel = new Vector2f();
     data      = new PContactData();
 }
コード例 #3
0
 public PWContactedVertex()
 {
     v    = new Vector2f();
     data = new PContactData();
 }
コード例 #4
0
			public PWContactedVertex() {
	
				v = new Vector2f();
				data = new PContactData();
			}