Uses of Class
edu.nps.moves.dis7.pdus.Vector2Float
Packages that use Vector2Float
-
Uses of Vector2Float in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type Vector2FloatModifier and TypeFieldDescriptionprotected List
<Vector2Float> MinefieldStatePdu.perimeterPoints
location of each perimeter point, relative to the Minefield Location field.protected List
<Vector2Float> MinefieldQueryPdu.requestedPerimeterPoints
perimeter points of requestMethods in edu.nps.moves.dis7.pdus that return Vector2FloatModifier and TypeMethodDescriptionVector2Float.setX
(float pX) Setter forx
Vector2Float.setY
(float pY) Setter fory
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type Vector2FloatModifier and TypeMethodDescriptionMinefieldStatePdu.getPerimeterPoints()
Getter forMinefieldStatePdu.perimeterPoints
MinefieldQueryPdu.getRequestedPerimeterPoints()
Getter forMinefieldQueryPdu.requestedPerimeterPoints
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type Vector2FloatModifier and TypeMethodDescriptionMinefieldStatePdu.setPerimeterPoints
(List<Vector2Float> pPerimeterPoints) Setter forMinefieldStatePdu.perimeterPoints
MinefieldQueryPdu.setRequestedPerimeterPoints
(List<Vector2Float> pRequestedPerimeterPoints) Setter forMinefieldQueryPdu.requestedPerimeterPoints