camera_info

class janim.camera.camera_info.CameraInfo(scaled_factor: float, fov: float, center: numpy.ndarray, horizontal_vect: numpy.ndarray, vertical_vect: numpy.ndarray)

基类:object

scaled_factor: float
fov: float
center: ndarray
horizontal_vect: ndarray
vertical_vect: ndarray
horizontal_dist: float
vertical_dist: float
distance_from_plane: float
fixed_distance_from_plane: float
camera_location: ndarray
view_matrix: ndarray
proj_matrix: ndarray
proj_view_matrix: ndarray
frame_radius: ndarray
property frame_size: tuple[float, float]
map_points(points: VectArray) ndarray
map_fixed_in_frame_points(points: VectArray) ndarray