Package rope.mesh
Class R_Segment
java.lang.Object
rope.mesh.R_Segment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
copy() return all the component of vecfloat
int
boolean
float
get_stop()
boolean
void
set_capacity
(int capacity) void
set_direction
(boolean direction) set_start
(float x) set_start
(float x, float y) set_start
(float x, float y, float z) set_stop
(float x) set_stop
(float x, float y) set_stop
(float x, float y, float z) toString()
-
Constructor Details
-
R_Segment
public R_Segment() -
R_Segment
-
-
Method Details
-
set_start
-
set_start
-
set_start
-
set_start
-
get_start
-
set_stop
-
set_stop
-
set_stop
-
set_stop
-
get_stop
-
get_angle
public float get_angle() -
get_length
public float get_length() -
set_capacity
public void set_capacity(int capacity) -
get_capacity
public int get_capacity() -
set_direction
public void set_direction(boolean direction) -
get_direction
public boolean get_direction() -
meet_at
-
meet_is
-
copy
copy() return all the component of vec- Returns:
- Vec2
-
toString
-