public class R_Segment
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
float |
get_angle() |
int |
get_capacity() |
vec3 |
get_end() |
float |
get_length() |
vec3 |
get_start() |
vec2 |
meet_at(R_Segment target) |
boolean |
meet_is(R_Segment target) |
void |
set_capacity(int capacity) |
boolean |
set_direction() |
void |
set_direction(boolean direction) |
public vec3 get_start()
public vec3 get_end()
public float get_angle()
public float get_length()
public void set_capacity(int capacity)
public int get_capacity()
public void set_direction(boolean direction)
public boolean set_direction()
public boolean meet_is(R_Segment target)